home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 December / Net78.iso / pc / links / 00009_Script_link - Windows Media Player (Top 20) < prev    next >
Encoding:
Text File  |  2000-10-10  |  280 b   |  14 lines

  1. on mouseDown me
  2.   puppetSound 1, "ClickSound"
  3. on mouseUp
  4.   
  5.   if the platform = "Windows,32" then
  6.     
  7.     open the moviepath&"software\Windows Media Player\wmp7.exe"
  8.   else  
  9.     
  10.     open the moviepath&"software:Windows Media Player:wmp6.3"
  11.     
  12.   end if
  13. end if
  14. end